home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xdsn217.zip / BIN / xds.tem < prev    next >
Text File  |  1996-03-25  |  1KB  |  63 lines

  1. !if defined use_watcom and use_watcom then
  2.   !if pm then
  3.   ! "sys os2v2_pm\n"
  4.   !else
  5.   ! "sys os2v2\n"
  6.   !end
  7.   ! "op case\n"
  8.   ! "op el\n"
  9.   !if defined stacklimit then
  10.     ! "op stack=%s\n",stacklimit
  11.   !else
  12.     ! "op stack=32768\n"
  13.   !end
  14.   !if lineno or gendebug or genhistory then
  15.     ! "debug codeview\n"
  16.   !end
  17.   ! { main imp oberon : "file %s\n",#>objext }
  18.   !if project="" then
  19.   ! { main : "name %s\n",#>exeext }
  20.   !else
  21.   ! "name %s\n",project#>exeext
  22.   !end
  23.   ! "lib %s\n","libxds"#libext
  24.   !if pm then
  25.     ! "lib %s\n","os2386"#libext
  26.   !else
  27.     ! "lib %s\n","os2min"#libext
  28.   !end
  29. !else
  30.   !if lineno or gendebug or genhistory then
  31.     ! "/L /CO "
  32.   !end
  33.   !if pm then
  34.     ! "/PM:PM "
  35.   !else
  36.     ! "/PM:VIO "
  37.   !end
  38.   ! "/NOLOGO /BAT /NON /NOI /NOO "
  39.   !if defined stacklimit then
  40.     ! "/ST:%s",stacklimit;
  41.   !else
  42.     /ST:32768
  43.   !end
  44.   ! { main : " %s",#>objext }
  45.   ! { imp oberon : "+\n%s",#>objext }
  46.   !if project="" then
  47.     ! { main : ",\n%s,\n",#>exeext }
  48.   !else
  49.     ! ",\n%s,\n",project#>exeext
  50.   !end
  51.   !if map or lineno or gendebug or genhistory then
  52.     ! ",\n"
  53.   !else
  54.     ! "nul,\n"
  55.   !end
  56.   ! "%s+\n","libxds"#libext
  57.   !if pm or vio then
  58.     ! "os2386\n"
  59.   !else
  60.     ! "%s\n","os2min"#libext
  61.   !end
  62. !end
  63.